home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / DOSGT114.ZIP / DOSSYS / DOS.DOC < prev    next >
Text File  |  1988-12-08  |  2KB  |  31 lines

  1. The following commands may be useful to DOSGATE users:
  2.  
  3. DIR     Give a list of the files in the current drive and directory.
  4.         Note:   An entry '..' in the directory listing is an easy method
  5.                 to access the 'parent' directory'.
  6.  
  7. CD      Change Directory - This is used to set the current working directory.
  8.         Special cases:
  9.                 CD \    <-- This will select the root directory on the current
  10.                             drive.
  11.                 CD ..   <-- This will move the current directory up one level
  12.                             to the 'parent' directory.
  13.  
  14. TYPE   Used for reading text files.
  15.                 DO NOT USE for files with the extention .EXE, .COM, .SYS!!!!!
  16.                 Usually for reading .DOC, .MSG, or .TXT files.
  17.                 Note the length of the file (by using the DIR command) so as
  18.                 have an idea as to how long the file is, you might want to
  19.                 wait for a quiet time before reading long files.
  20.                 Note: An 80 Column by 25 Line display is 2,000 bytes.
  21.  
  22. CTRL-C  Used to abort a program that is running. Try and use the programs exit
  23.         method, and only use CTRL-C when you have to.
  24.         NOTE: To enter this via packet you will have to enter CTRL-V CTRL-C on
  25.                 your TNC, (for most TAPR compatible TNC's). Remember that you
  26.                 will also have to hit RETURN to send the packet.  This should
  27.                 abort most programs.
  28.                 Remember, if you are running a program that has a lot of
  29.                 output, and you need to hit CTRL-C, a lot of data may be
  30.                 buffered and waiting in the TNC to be sent to you....
  31.